body {
  background: rgb(203, 199, 199);
}

main {
  margin-top: 100px;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background: #fab402;
}

::-webkit-scrollbar-thumb:hover {
  background: #d29703;
}

/* NAVBAR */

.navbar {
  width: 100%;
  top: 0;
  position: fixed;
  z-index: 3;
  background: whitesmoke;
}

.navbar-toggler {
  background-image: linear-gradient(#e4a812, #936d0c);
  width: 3rem;
  height: 2rem;
  border: none;
}

.navbar-toggler:hover {
  background-image: linear-gradient(white, gray);
  width: 3rem;
  height: 2rem;
  border: none;
}

.navbar-toggler-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 10px;
  border: none;
}

.dropdown-menu {
  padding: 0;
}

.dropdown-toggle {
  color: black !important;
}

.dropdown-toggle:hover {
  color: #e4a812 !important;
}

.dropdown-item {
  color: black;
  font-size: 16px;
  padding: 4px;
  display: inline-block;
  position: relative;
  &:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    bottom: 0;
    height: 2px;
    margin: -5px 0;
    left: 0;
    background-color: #e4a812;
    transition: all 0.4s ease-in 0s;
  }
  &:hover:after {
    width: 100%;
  }
}

.dropdown-item:hover {
  color: #e4a812;
  transition: 0.3s;
}

.nav-item {
  color: black;
  display: inline-block;
  position: relative;
  &:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    bottom: 0;
    height: 2px;
    margin: -5px 0;
    left: 0;
    background-color: #e4a812;
    transition: all 0.4s ease-in 0s;
  }
  &:hover:after {
    width: 100%;
  }
}

.nav-item a:not(.dropdown-item) {
  color: black;
  font-size: 16px;
}

.nav-item a:hover:not(.dropdown-item) {
  color: #e4a812;
}

.pima_logo {
  width: 200px;
  margin-right: 10px;
}

.navbar-toggler {
  background-color: whitesmoke;
}

.navbar-nav li {
  margin: 10px;
}

@media screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  .dropdown .dropdown-menu {
    display: none;
  }
  .dropdown:hover .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
}
@media screen and (max-width: 991px) {
  .dropdown-toggle.show::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
}

/* FOOTER-- */

footer {
  margin-top: 0;
  padding-top: 10px;
  background-color: white;
  box-shadow: inset 1px 1px 9px 1px #111010;
}

footer .row {
  background-color: white;
  width: 100%;
  height: auto;
}

footer a {
  text-decoration: none;
    list-style: none !important;
}

.hizmetlerimiz a {
  text-align: left;
  text-decoration: none;
  list-style: none;
  color: #e4a812;
}

.hizmetlerimiz li {
  margin-top: 7px;
}
.hizmetlerimiz a:hover {
  color: black;
}

.svg-div {
  padding-top: 5px;
}

svg {
  color: #022546;
}

.hizmetlerimiz ul {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding-left: 0;
}

.hizmetlerimiz {
  color: #e4a812;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hizmetlerimiz-div {
  width: 100%;
}

.adres p,
.mail-telefon p {
  text-align: justify;
  color: #e4a812;
}

.adres,
.mail-telefon {
  display: flex;
  align-items: center;
}

.adres-row {
  align-items: start;
}

.iletisim p {
  color: black;
}

footer h3 {
  text-align: start;
  color: #022546;
  font-weight: 600;
}

.footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pima_logo_footer {
  width: 10rem;
}

#div-id {
  border: 2px solid rgb(104, 104, 243);
  width: 100%;
  height: 1330px;
  position: relative;
  overflow: hidden;
}

#iframe-id {
  position: absolute;
  top: -340px;
  left: 0px;
  bottom: 600;
  width: 100%;
  height: 300vh;
}

@media screen and (max-width: 992px) {
  .hizmetlerimiz,
  .footer-logo {
    justify-content: start;
    align-items: center;
  }

  .hizmetlerimiz li,
  p {
    text-align: center;
  }

  .footer-logo {
    justify-content: center;
    align-items: center;
  }
  .nav-link,
  .dropdown-item {
    text-align: center;
  }

  .btn-col {
    padding: 0 12px 0;
  }

  .hizmetlerimiz-div {
    color: white;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .adres,
  .mail-telefon {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .adres-row {
    flex-direction: column;
    align-items: center;
  }
  .adres-col {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }

  .tel-mail-col {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-top: 20px;
  }

  footer .row {
    background-color: white;
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 576px) {
  #div-id {
    height: 1750px;
  }
}

@media screen and (max-width: 413px) {
  .zaman-class {
    font-size: 8px;
  }
}
@media screen and (max-width: 281px) {
  .pima_logo {
    width: 150px;
  }
}
